From: Eli Zaretskii Date: Sat, 21 Aug 2021 08:05:04 +0000 (+0300) Subject: ; * lisp/simple.el (execute-extended-command): Fix comment wording. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1648 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ea9d21d57f5e698d503f8c4c6c9fbf0e45b3fa0;p=emacs.git ; * lisp/simple.el (execute-extended-command): Fix comment wording. --- diff --git a/lisp/simple.el b/lisp/simple.el index aa139dd6035..db083cfc25d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2240,8 +2240,8 @@ invoking, give a prefix argument to `execute-extended-command'." ;; flight. (when execute-extended-command--binding-timer (cancel-timer execute-extended-command--binding-timer)) - ;; If this command displayed something in the echo area; then - ;; postpone display our suggestion message a bit. + ;; If this command displayed something in the echo area, then + ;; postpone the display of our suggestion message a bit. (when (and suggest-key-bindings (or binding (and extended-command-suggest-shorter typed)))